home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / golden_glove.swf / scripts / DefineButton2_591 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-15  |  175 b   |  10 lines

  1. on(release){
  2.    if(_root.days > 8)
  3.    {
  4.       _root.bank -= 5000;
  5.       _root.days -= 8;
  6.       _root.attributepts += 2;
  7.       _root.gotoAndStop("attributes");
  8.    }
  9. }
  10.